| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal list As IList(Of MapPoint) _ ) | |
| C# | |
|---|---|
public PointCollection( IList<MapPoint> list ) | |
Parameters
- list
- The list containing map points.
Target Platforms:Windows Phone 7
|
| ArcGIS API for Windows Phone - Library Reference | |
| PointCollection Constructor(IList<MapPoint>) | |
| See Also Send comments on this topic | |
| ESRI.ArcGIS.Client.Geometry Namespace > PointCollection Class > PointCollection Constructor : PointCollection Constructor(IList<MapPoint>) |
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal list As IList(Of MapPoint) _ ) | |
| C# | |
|---|---|
public PointCollection( IList<MapPoint> list ) | |
Target Platforms:Windows Phone 7